| 1. | The duration of collection cycles in a copying collector is driven by the number of live objects 复制收集器的收集周期时间是由活跃对象的数量决定的。 |
| 2. | A managed object with no remaining references is collected during the next garbage - collection cycle 在下一次垃圾回收循环中,将回收无剩余引用的托管对象。 |
| 3. | Displays the percentage of elapsed time that was spent performing a garbage collection since the last garbage collection cycle 显示自上次垃圾回收周期后执行垃圾回收所用运行时间的百分比。 |
| 4. | To ensure that its physical address is not changed during a garbage collection cycle while the unmanaged function executes 固定此指针,以确保执行该非托管函数时,其物理地址在垃圾回收周期期间不发生更改。在 |
| 5. | To prevent the string data from being relocated , should a garbage collection cycle take place while the unmanaged function executes 固定内存,如果在非托管函数执行时出现垃圾回收周期,这样做可以防止字符串数据被重新定位。 |
| 6. | Not only is the cost of allocation smaller , but for objects that become garbage before the next collection cycle , the deallocation cost is zero , as the garbage object will be neither visited nor copied 不但是分配成本减少了,而且对于在下次收集之前成为垃圾的对象,解除分配的成本为零,因为既不会访问也不会复制垃圾对象。 |